[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
   Description: Find the next free handle
Mapped Command:
FUNCTION __FindUnusedHandle()
   local n
   for n := 1 to MaxHandles
      if empty(_handles_[n,8])
         retu(n)
      endif                                      // if _handles_[n,8] := object
   next                                          // for n := 1 to MaxHandles
RETURN(0)

See Also:
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson